CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 串口 界面

搜索资源列表

  1. com

    0下载:
  2. dos界面指定串口号和波特率进行串口通讯(DOS interface specifies the serial port number and baud rate for serial communications)
  3. 所属分类:界面编程

    • 发布日期:2017-12-20
    • 文件大小:13312
    • 提供者:Young518
  1. SerialPort

    0下载:
  2. 读取注册表获取串口号,进行串口通信,通过软件界面可以设置波特率、数据位等参数(It is a software used to communicate with serial port. It is coded on QtCreator with a serialport class. The software can check the regedit and get the Com port. Users can set Baud rate, data bits and so on.)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-23
    • 文件大小:22528
    • 提供者:呆木木
  1. qcom-1.1.tar

    0下载:
  2. 用QT编写的串口代码,单一界面,可以直接编译,运行效果正常(Written in QT serial code, a single interface, you can directly compile, running, the effect is normal)
  3. 所属分类:串口编程

    • 发布日期:2017-12-21
    • 文件大小:305152
    • 提供者:TTTK
  1. mscomm

    0下载:
  2. 读取激光串口通信数据,并转换为数组格式并显示在界面中,可以实现接收和发送(Read serial data, and converted to array format)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-21
    • 文件大小:33848320
    • 提供者:whm
  1. sportview

    0下载:
  2. 程序源代码:主要功能收发串口数据,并在界面上显示;涉及到界面设计、串口检测、串口数据收发,定时器的应用等。(Program source code: the main function to send and receive serial data, and displayed on the interface, involving interface design, serial detection, serial data transceiver, timer applications.)
  3. 所属分类:系统编程

    • 发布日期:2017-12-23
    • 文件大小:25566208
    • 提供者:黑猫胖胖
  1. myCom

    0下载:
  2. QT实现串口助手功能,显示一体化界面,进行数据的接收与发送(QT serial assistant function, display integrated interface for data reception and transmission)
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:19456
    • 提供者:乐乐-712
  1. _matlab_串口收发的GUI界面

    0下载:
  2. 关于MATLAB GUI 串口通信的调试程序 ,发送好使,接收程序需要自己天加(About MATLAB GUI debug serial communication program)
  3. 所属分类:通讯编程

    • 发布日期:2017-12-23
    • 文件大小:377856
    • 提供者:阿蛋蛋
  1. C#软件包

    0下载:
  2. 两台电脑间通过串口实现类社交软件界面的通信工具(Two computers through the serial port to achieve social software interface communications tools)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-26
    • 文件大小:1339392
    • 提供者:言32
  1. 串口通信助手V2.3BY罗华飞

    0下载:
  2. 串口通信,MCU跟PC通信经常用到的一种通信方式,做界面、写上位机程序的编程语言、编译环境等不少,VB、C#、LABVIEW等等,我会的语言很少,C语言用得比较多,但是还没有找到如何用C语言来写串口通信上位机程序的资料,在图书管理找到了用VC++编写串口上位机的资料,参考书籍,用自己相当蹩脚的C++写出了一个简单的串口上位机程序,分享一下,体验一下单片机和PC通信的乐趣(Serial communication, a communication with PC MCU frequently us
  3. 所属分类:串口编程

  1. COM

    0下载:
  2. MATLAB编写串口调试界面实现串口调试(MATLAB serial port debugging interface to achieve serial debugging)
  3. 所属分类:通讯编程

    • 发布日期:2017-12-21
    • 文件大小:37888
    • 提供者:VanJing
  1. IPlatform01

    0下载:
  2. 开发平台:QT5.8。 功能:通过串口采集来自传感器的位置信息,将消息显示在一个TEXT窗口,并且解析消息中的位置信息以路径图的方式显示在另一个窗口,同时具有对路径图形的简单编辑功能如平移、清除、缩放、旋转等,可用于类似设备的测试工具软件或评估软件。(QT UART & QT Painter Path demo)
  3. 所属分类:界面编程

    • 发布日期:2017-12-19
    • 文件大小:27648
    • 提供者:rongoo
  1. RTX实时平台实现RS232通讯(含源代码)

    0下载:
  2. RTX下串口通信,界面输入发送数据并且显示收到的数据(RTX serial communication, the interface input, send data and display data received)
  3. 所属分类:其他

    • 发布日期:2017-12-27
    • 文件大小:290816
    • 提供者:lxy771895408
  1. COM&&LOCK

    0下载:
  2. 本工程具备串口通信功能,具备简单发送开关命令和接收状态界面显示功能。VS2013编译(a VS project with seriaport communication.have function of communication with stm32L151(see stm32L151 project) and controlling switch and accepting state.)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-25
    • 文件大小:18135040
    • 提供者:ljp
  1. mfc

    0下载:
  2. 串口通信,MCU跟PC通信经常用到的一种通信方式,做界面、写上位机程序的编程语言、编译环境等不少,VB、C#、LABVIEW等等,我会的语言很少,C语言用得比较多,但是还没有找到如何用C语言来写串口通信上位机程序的资料,在图书管理找到了用VC++编写串口上位机的资料,参考书籍,用自己相当蹩脚的C++写出了一个简单的串口上位机程序,分享一下,体验一下单片机和PC通信的乐趣。(Serial communication, a communication with PC MCU frequently u
  3. 所属分类:其他

  1. UART_MAX150

    0下载:
  2. matlab串口助手,包含自定义界面,可以任意修改(Matlab serial assistant, including custom interface, you can modify any)
  3. 所属分类:其他

    • 发布日期:2017-12-20
    • 文件大小:27718656
    • 提供者:bb5013
  1. serial-assistant-master

    2下载:
  2. C#串口调试助手源代码,供大家学习使用,界面采用WPF(C# serial port debugging assistant source code)
  3. 所属分类:C#编程

    • 发布日期:2018-01-01
    • 文件大小:1670144
    • 提供者:ffggght
  1. 串口助手C++

    1下载:
  2. 基于C语言的串口编程,MFC界面设计,仅供初学者参考。(Based on the C language serial programming, MFC interface design, for beginners reference only.)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-03
    • 文件大小:2505728
    • 提供者:凌辰
  1. ceSuperUART

    0下载:
  2. 基于SuperSerialPort在visual studio 2008重新编译,静态mfc编译,在wince7中可以直接打开运行。重新配置界面,取出多余无用功能,简洁方便,可以配置一般串口调试助手等功能,下载到wince 7中亲测可用,wince6.0中没有测试(Based on SuperSerialPort Visual Studio 2008 recompile, static MFC compiler, in wince7 can directly open the operation
  3. 所属分类:Windows CE

    • 发布日期:2018-01-05
    • 文件大小:8054784
    • 提供者:Nick-kusyn
  1. 20171209_025029958

    1下载:
  2. 易语言串口COM通讯源码例程程序结合易语言扩展界面支持库,应用易语言端口组件,通过端口实现单片机的发送接收数据(E language, serial port COM communication source code, routine program, easy language extension interface support library, application of easy language port components, and sending and receiving
  3. 所属分类:串口编程

    • 发布日期:2018-01-07
    • 文件大小:16384
    • 提供者:jasstion
  1. visa数据采集

    0下载:
  2. labview USB串口显示, 论坛助手源码程序,例程结合易语言扩展界面支持库,主要应用易语言(labview USB Forum assistant source code program, routines combined with easy language extension interface support library, the main application of easy language)
  3. 所属分类:LabView编程

    • 发布日期:2018-01-08
    • 文件大小:10240
    • 提供者:辉 仔
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com